RewriteEngine on
RewriteRule rss.xml$ rss.php
RewriteRule sitemap.xml$ sitemap.php
RewriteRule catsmktba-(.*)\.xml$ rss.php?catsmktba=$1
RewriteRule tell\.html$ tell.php
RewriteRule index\.html$ index.php
RewriteRule contect\.html$ contect.php
RewriteRule upload\.html$ upload.php
RewriteRule guestbook\.html$ guestbook.php
RewriteRule statistics\.html$ statistics.php
RewriteRule catsmktba-(.*)\.html$ catplay.php?catsmktba=$1
RewriteRule pageother-(.*)\.html$ pageother.php?catsmktba=$1
RewriteRule catplay-(.*)-(.*)\.html$ catplay.php?catsmktba=$1&catid=$2
RewriteRule play-(.*)\.html$ play.php?catsmktba=$1